![]() ![]() | Gets a SelectFrom`1 instance equivalent to SELECT TOP 100 PERCENT |
![]() ![]() | Gets a SelectFrom`1 instance equivalent to SELECT TOP 1 |
![]() ![]() | Gets a SelectFrom`1 instance equivalent to SELECT DISTINCT. |
![]() ![]() | Overloaded. Returns the BusinessObject identified by the specified primary key value. |
![]() ![]() | Returns a SelectFrom`1 instance with the specified TOP PERCENT clause appended. Requires OrderBy(identityColumnName). |
![]() ![]() | Returns a SelectFrom`1 instance specifying the number of rows (objects) to return. Requires OrderBy(identityColumnName). |
![]() |
Initializes a new instance of the SelectFrom`1 class. |
![]() | Returns the current SelectFrom instance configured to load only the root object fields and properties, not the full object tree. |
![]() | Overloaded. Appends the specified criteria to the current SelectFrom`1 instance. |
![]() | Returns the number of objects matched by the current SelectFrom`1 statement. |
![]() | Determines whether the specified Object is equal to the current Object. |
![]() | Returns true or false indicating whether an object exists in the database matching the current SelectFrom`1 statement. |
![]() | Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. |
![]() | Gets the Type of the current instance. |
![]() | Appends the specified JOIN clause to the current SelectFrom`1 instance. Must be followed by On(...) |
![]() | Appends the specified ON clause to the current SelectFrom`1 instance. Must be preceded by Join(...) |
![]() | Overloaded. Appends the specified criteria to the current SelectFrom`1 instance. |
![]() | Overloaded. Appends the specified ORDER BY clause to the current SelectFrom`1 instance. |
![]() | Overloaded. Executes the current Select query SelectFrom`1 and returns a List`1 containing the matched objects matched by the current SelectFrom statement. |
![]() | Overloaded. Returns a BusinessObject matched by the current SelectFrom`1. |
![]() | Gets a SelectFrom instance configured to use the specified stored procedure arguments to select the objects from tha database. |
![]() | Returns the sum of the values in the specified column(property) of the objects matched by the current SelectFrom statement. |
![]() | Returns a stored procedure sql script corresponding to the current SelectFrom statement. |
![]() | Returns a String that represents the current Object. |
![]() | Overloaded. Appends the specified criteria to the current SelectFrom`1 instance. |
![]() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
![]() | Creates a shallow copy of the current Object. |
SelectFrom<T> Class | Kredor.BO Namespace | WhereCondition | OrderBy